Skip to content

Commit e389611

Browse files
authored
chore: update Node.js version to 20 and install latest npm in workflow (#33)
1 parent 57c6b98 commit e389611

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ jobs:
1414
- uses: actions/checkout@v4
1515
- uses: actions/setup-node@v4
1616
with:
17-
node-version: 18
17+
node-version: 20
18+
- run: npm install -g npm@latest
1819
- run: npm install
1920
- run: git submodule update --init
2021
- run: npm run test-ci

0 commit comments

Comments
 (0)