Skip to content

Commit

Permalink
Update GitHub Action to Node 20 for build script compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Jan 27, 2024
1 parent 81bcd59 commit 0ffa11a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
build:
environment: build
runs-on: ubuntu-latest
container: node:16
container: node:20
steps:
- uses: actions/checkout@v3
- name: Install node packages
Expand Down

0 comments on commit 0ffa11a

Please sign in to comment.