Skip to content

Commit bcfe05e

Browse files
authored
build: upgrade dependencies (#11)
1 parent cbc6b4c commit bcfe05e

3 files changed

Lines changed: 458 additions & 1072 deletions

File tree

.github/workflows/master-pushed.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,16 @@ jobs:
66
release:
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@v4
9+
- uses: actions/checkout@v5
1010
with:
1111
fetch-depth: 0
1212
# Allow pushing to `master` branch which is protected
1313
# See https://github.com/settings/tokens/1477019585
1414
token: ${{ secrets.GIT_PUSH_TOKEN }}
1515

16-
- uses: actions/setup-node@v4
16+
- uses: actions/setup-node@v6
1717
with:
1818
node-version-file: 'package.json'
19-
cache: npm
2019
registry-url: 'https://registry.npmjs.org'
2120

2221
- run: npm ci --ignore-scripts

0 commit comments

Comments
 (0)