Skip to content

Commit

Permalink
Update node in actions and rebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
bcomnes committed Dec 2, 2023
1 parent 2646c89 commit bad0c3f
Show file tree
Hide file tree
Showing 6 changed files with 1,275 additions and 283 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/neocities.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

env:
FORCE_COLOR: 1
node_version: 16
node_version: lts/*

concurrency: # prevent concurrent deploys doing strange things
group: deploy-to-neocities
Expand All @@ -23,7 +23,7 @@ jobs:
# Set up any tools and build steps here
# This example uses a Node.js toolchain to build a site
- name: Use Node.js
uses: actions/setup-node@v4
uses: actions/setup-node@v3
with:
node-version: ${{ env.node_version }}
- run: npm i
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
required: true

env:
node_version: 16
node_version: lts/*
FORCE_COLOR: 1

concurrency: # prevent concurrent releases
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
node: [16]
node: [lts/*]

steps:
- uses: actions/checkout@v4
Expand Down
Loading

0 comments on commit bad0c3f

Please sign in to comment.