Skip to content

Commit

Permalink
Version maintenance (#112) #none
Browse files Browse the repository at this point in the history
* Bump node version

* Bump github action versions

* Pin package versions

Co-authored-by: Charlotte Emms <[email protected]>
Co-authored-by: Ioanna Kokkini <[email protected]>
  • Loading branch information
3 people authored Feb 15, 2024
1 parent 88c99c6 commit 22d1f22
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/generate-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
bump-tag:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Bump version and push tag
uses: anothrNick/[email protected]
env:
Expand All @@ -21,8 +21,8 @@ jobs:
needs: bump-tag
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
cache: 'npm'
node-version-file: '.nvmrc'
Expand All @@ -37,7 +37,7 @@ jobs:
needs: bump-tag
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: ./.github/actions/generate-native-package
with:
access_token: ${{ secrets.ACCESS_TOKEN }}
Expand All @@ -47,7 +47,7 @@ jobs:
needs: bump-tag
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: ./.github/actions/generate-native-package
with:
access_token: ${{ secrets.ACCESS_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16.18.0
20.11.1
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
},
"homepage": "https://github.com/guardian/bridget#readme",
"devDependencies": {
"@creditkarma/thrift-server-core": "^1.0.4",
"@creditkarma/thrift-typescript": "^3.7.6",
"json": "^11.0.0",
"typescript": "^3.8.3"
"@creditkarma/thrift-server-core": "1.0.4",
"@creditkarma/thrift-typescript": "3.7.6",
"json": "11.0.0",
"typescript": "3.8.3"
},
"keywords": [],
"dependencies": {}
Expand Down

0 comments on commit 22d1f22

Please sign in to comment.