Skip to content

Commit 1c531e0

Browse files
authored
chore: update dependencies and workflows (#118)
1 parent dfe5974 commit 1c531e0

File tree

7 files changed

+1188
-1377
lines changed

7 files changed

+1188
-1377
lines changed

.github/workflows/nodejs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ jobs:
1111
# Documentation: https://github.com/zakodium/workflows#nodejs-ci
1212
uses: zakodium/workflows/.github/workflows/nodejs.yml@nodejs-v1
1313
with:
14-
node-version-matrix: '[22]'
14+
node-version-matrix: '[24]'
1515
lint-check-types: true
1616
upload-coverage: false
17+
disable-test-package: true

.github/workflows/update-data.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ jobs:
1010
update-data:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v4
13+
- uses: actions/checkout@v6
1414
with:
1515
token: ${{ secrets.BOT_TOKEN }}
16-
- uses: actions/setup-node@v4
16+
- uses: actions/setup-node@v6
1717
with:
1818
node-version-file: 'package.json'
1919
cache: npm
@@ -25,7 +25,7 @@ jobs:
2525
echo "now=$(date +'%Y-%m-%d')" >> $GITHUB_OUTPUT
2626
echo "yesterday=$(date -d 'yesterday' +'%Y-%m-%d')" >> $GITHUB_OUTPUT
2727
- name: Cache data
28-
uses: actions/cache@v4
28+
uses: actions/cache@v5
2929
with:
3030
path: dump/data
3131
key: ${{ steps.dates.outputs.now }}

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
22
1+
24

0 commit comments

Comments
 (0)