Skip to content

Commit

Permalink
bump github used node version
Browse files Browse the repository at this point in the history
  • Loading branch information
yuyi-sl committed Jul 11, 2024
1 parent 3c6c7b3 commit 4ff06ab
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Setup Node version
uses: actions/setup-node@v1
with:
node-version: 10.15.1
node-version: 18.20.4
- name: Install dependencies
run: npm ci
- name: Run tests
Expand All @@ -32,7 +32,7 @@ jobs:
- name: Setup Node version
uses: actions/setup-node@v1
with:
node-version: 10.15.1
node-version: 18.20.4
- name: Install dependencies
run: npm ci
- name: Build package
Expand All @@ -55,7 +55,7 @@ jobs:
- name: Setup Node version
uses: actions/setup-node@v1
with:
node-version: 10.15.1
node-version: 18.20.4
registry-url: https://registry.npmjs.org/
- name: Setup Git
run: |
Expand Down

0 comments on commit 4ff06ab

Please sign in to comment.