Skip to content

Commit

Permalink
Pin node version used for GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
rylev committed Feb 20, 2023
1 parent 75573f9 commit efff919
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master

- uses: actions/setup-node@v3
with:
node-version: 16
- name: Ensure the bundled action is the same as the source code
run: |
for action in $(ls github-actions/); do
Expand Down

0 comments on commit efff919

Please sign in to comment.