Skip to content

Commit

Permalink
chore: Updates node-version
Browse files Browse the repository at this point in the history
  • Loading branch information
cyaiox committed Jan 6, 2025
1 parent eb3c82e commit edb3ea6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/node.js.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,20 @@ name: Node.js CI

on:
push:
branches: [ master ]
branches: [master]
pull_request:
branches: [ master ]
branches: [master]

jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- name: Use Node.js 20.x
uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: 20.x
# Cache dependencies as `npm ci` takes like 6 minutes to run.
# https://github.com/actions/cache/blob/main/examples.md#node---npm
- id: npm-cache-dir
Expand Down

0 comments on commit edb3ea6

Please sign in to comment.