Skip to content

Commit

Permalink
Updated node version in actions file
Browse files Browse the repository at this point in the history
  • Loading branch information
DannyDainton committed Dec 22, 2023
1 parent c061e48 commit d193b2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node_version: ['14']
node_version: ['16']
os: [ubuntu-latest, macOS-latest]

steps:
Expand Down

0 comments on commit d193b2e

Please sign in to comment.