Skip to content

Commit

Permalink
bump to node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
eladb committed Apr 21, 2024
1 parent 2d4ebd7 commit 38c8227
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/wing-provider-specific.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@ jobs:
steps:
- name: Checkout Repository
uses: actions/checkout@v3
- name: Setup Node.js v18
- name: Setup Node.js v20
uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20
- name: Install winglang globally
run: |
npm install -g winglang@latest
Expand Down

0 comments on commit 38c8227

Please sign in to comment.