Skip to content

Commit

Permalink
Self runner will run actions using node version 16
Browse files Browse the repository at this point in the history
  • Loading branch information
EdNawrocki committed Oct 31, 2024
1 parent 1e92c19 commit 4913030
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

strategy:
matrix:
node-version: [10.x, 12.x]
node-version: [16.x]

steps:
- uses: actions/checkout@v2 # on the runner, check out this code on
Expand Down

0 comments on commit 4913030

Please sign in to comment.