Skip to content

Commit

Permalink
Upgrade Node version on GH actions to 20
Browse files Browse the repository at this point in the history
  • Loading branch information
jegtnes committed Mar 1, 2024
1 parent 4f136d9 commit 7e0eaba
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ jobs:

steps:
- uses: actions/checkout@v1
- name: Setup Node.js environment
uses: actions/[email protected]
with:
node-version: '20.11.1'
- name: Set datetime env var
run: echo "DATETIME=$(date -u +"%Y%m%d-%H%M%SZ")" >> $GITHUB_ENV
- name: Set deploy folder env var
Expand Down

0 comments on commit 7e0eaba

Please sign in to comment.