Skip to content

Commit

Permalink
chore(workflow): update used node version and apis
Browse files Browse the repository at this point in the history
  • Loading branch information
raschan authored Jun 19, 2024
1 parent f0b13ab commit b35807a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ jobs:
contents: write
steps:
- name: Git checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v2
uses: actions/setup-node@v4
with:
node-version: '14'
node-version: '20'
registry-url: 'https://registry.npmjs.org'
- name: Install NPM dependencies
run: npm ci
Expand Down

0 comments on commit b35807a

Please sign in to comment.