Skip to content

Commit

Permalink
bump CI versions
Browse files Browse the repository at this point in the history
  • Loading branch information
tek committed Dec 12, 2023
1 parent b1b3754 commit 4d2439c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ jobs:

steps:
- name: Checkout repo
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Install node
uses: actions/setup-node@v2
uses: actions/setup-node@v4
with:
node-version: '14'
node-version: '18'

# - name: Install emscripten
# uses: mymindstorm/setup-emsdk@v10
Expand Down

0 comments on commit 4d2439c

Please sign in to comment.