Skip to content

Commit

Permalink
Update CI actions to latest version
Browse files Browse the repository at this point in the history
Signed-off-by: macdonst <simon.macdonald@gmail.com>
  • Loading branch information
macdonst committed Aug 26, 2024
1 parent 031ffde commit 1775e51
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ jobs:
# Go
steps:
- name: Check out repo
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Set up Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 14
node-version: 18
registry-url: https://registry.npmjs.org/

# Publish to npm
Expand Down

0 comments on commit 1775e51

Please sign in to comment.