Skip to content

Commit

Permalink
Update setup-node action
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Lacasse <[email protected]>
  • Loading branch information
lacasseio committed Nov 16, 2022
1 parent 396a36e commit 2caebd1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ jobs:
if: github.ref != 'refs/heads/master'
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
- uses: actions/setup-node@v3
with:
version: 18
node-version: 18
- run: npm install @octokit/action
- run: node .github/actions/check-master.js
env:
Expand Down

0 comments on commit 2caebd1

Please sign in to comment.