Skip to content

Commit

Permalink
ci: update node action
Browse files Browse the repository at this point in the history
  • Loading branch information
fanatid committed Oct 17, 2024
1 parent ea88543 commit ff4244d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: echo "::set-output name=version::$(node -p 'require("./package.json").engines.node.match(/(\d+)\..*$/)[1]')"

- name: Use Node.js ${{ steps.node-version.outputs.version }}
uses: actions/setup-node@v1
uses: actions/setup-node@v4
with:
node-version: ${{ steps.node-version.outputs.version }}

Expand Down

0 comments on commit ff4244d

Please # to comment.