Skip to content

Commit f685236

Browse files
chore(deps): update dependency node to v22
1 parent 72898ce commit f685236

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: Use node version 16
4444
uses: actions/setup-node@v4
4545
with:
46-
node-version: 16
46+
node-version: 22
4747
- run: npm ci
4848
- run: npm run coverage
4949
- run: npm run coverage:report
@@ -68,7 +68,7 @@ jobs:
6868
- name: Use node version 16
6969
uses: actions/setup-node@v4
7070
with:
71-
node-version: 16
71+
node-version: 22
7272
registry-url: 'https://registry.npmjs.org'
7373
- run: npm ci
7474
- run: npm publish
@@ -96,7 +96,7 @@ jobs:
9696
- name: Use node version 16
9797
uses: actions/setup-node@v4
9898
with:
99-
node-version: 16
99+
node-version: 22
100100
registry-url: 'https://registry.npmjs.org'
101101
- run: npm ci
102102
- run: npm version "$(npm view currency.js@latest version)-${GITHUB_SHA:0:8}" --allow-same-version --no-git-tag-version

0 commit comments

Comments
 (0)