Skip to content

Commit

Permalink
ci: update setup-node action
Browse files Browse the repository at this point in the history
  • Loading branch information
ppfabian committed Mar 10, 2023
1 parent fe08189 commit b1837dd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:

# Setup Node.js
- name: Setup Node.js
uses: actions/setup-node@v2.1.2
uses: actions/setup-node@v3
with:
node-version: 18

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

# Setup Node.js
- name: Setup Node.js
uses: actions/setup-node@v2.1.2
uses: actions/setup-node@v3
with:
node-version: 18

Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

- ci: replace deprecated `npm install` flag
- ci: update pipelines from template repo
- ci: update `setup-node` action

## 0.2.4 - 2023-03-10

Expand Down

0 comments on commit b1837dd

Please sign in to comment.