Skip to content

Commit

Permalink
Upgrade node version (#115)
Browse files Browse the repository at this point in the history
* upgrade node container

* upgrade node version
  • Loading branch information
heldinz committed Sep 7, 2023
1 parent f47e211 commit 452beca
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
name: CI
name: CI/CD

on:
push:
branches: "*"
on: push

jobs:
build:
runs-on: ubuntu-latest
name: Install + Build + Test
container: node:16.13-alpine
container: node:16.20-alpine
steps:
- uses: actions/checkout@v3
- run: yarn
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16.13.1
16.20

0 comments on commit 452beca

Please sign in to comment.