Skip to content

Commit

Permalink
Update Node version in Node CI
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexJSully committed Aug 2, 2023
1 parent 283830d commit 92eaad0
Show file tree
Hide file tree
Showing 49 changed files with 1,124 additions and 353 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

strategy:
matrix:
node-version: [15.x]
node-version: [18.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ To visit specific articles, just change the directory to end with '?' + article

| Chrome | Firefox | Edge | Safari | Opera | Mobile |
| ------ | ------- | ---- | ------ | ----- | ------ |
| | | | ? | | |
|||| ? |||

## Known issues

Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html>
<!doctype html>
<html lang="en">
<head>
<title id="pageTitle">Small Dev Talk - Talk with the Developers of the Future</title>
Expand Down
Loading

0 comments on commit 92eaad0

Please sign in to comment.