Skip to content

Commit

Permalink
chore(promote.yml): use node 18
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolethoen authored Jul 27, 2023
1 parent 733baf1 commit b320d5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/promote.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
token: ${{ secrets.GH_TOKEN_REDALLEN }} # needs to be an admin token to get around branch protection
- uses: actions/setup-node@v3
with:
node-version: '16'
node-version: '18'
- name: Install deps
run: yarn install --frozen-lockfile
- name: Build dist
Expand Down

0 comments on commit b320d5a

Please sign in to comment.